ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / AltStyle Property






In This Topic
    AltStyle Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AltStyle As SVGStyle
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As SVGStyle
     
    value = instance.AltStyle
    public SVGStyle AltStyle {get;}
    public read-only property AltStyle: SVGStyle; 
    public function get AltStyle : SVGStyle
    public: __property SVGStyle* get_AltStyle();
    public:
    property SVGStyle^ AltStyle {
       SVGStyle^ get();
    }
    Remarks
    If no value is provided, the default styles will be used.
    See Also